home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/Matrix.h>
-
- #define NEXTSTATION "nextStation"
- #define NEXTALTSTATION "nextAltStation"
- #define CLOSEDFOLDER "closedFolder"
- #define OPENFOLDER "openFolder"
- #define CLOSEDMULTIFOLDER "closedMultiFolder"
- #define OPENMULTIFOLDER "openMultiFolder"
- #define BLANKICON "blankIcon"
- #define MIMEDOCICON "mimeDocIcon"
-
- #define TITLEFONT "Helvetica"
- #define TITLEFONTSIZE 12
-
- @interface IFolderMatrix:Matrix
- {
- id oNewsgroupBrowser;
- char iRootName[64];
- BOOL isPalette;
- id iTransparentWindowClass;
- }
-
- - initFrame:(NXRect *)frameRect;
- - selectNewsgroupInBrowser:sender;
- - mouseDown:(NXEvent *)theEvent;
- - setRootName:(char *)rootName;
- - sizeTo:(float)width :(float)height;
-
- - registerCells;
- - registerCellAt:(int)krow :(int)kcol window:kwindow;
- - unregisterCellAt:(int)krow :(int)kcol window:kwindow;
- - (BOOL)isPalette;
-
- @end
-